home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / VISUALBA / VBSETUPK.ZIP / SETUP.TXT < prev    next >
Text File  |  1993-08-23  |  6KB  |  109 lines

  1. README.TXT file for the Setup Toolkit SETUP.EXE version 1.00.004
  2. ----------------------------------------------------------------
  3. This file lists the changes made to SETUP.EXE after Visual Basic
  4. version 3.0 shipped. The version of SETUP.EXE that was released with
  5. Visual Basic version 3.0 has a date and time of 28-APR-1993 12:00 am
  6. and is 15312 bytes in size. The file contains no version number.
  7.  
  8. Installation Notes
  9. ------------------
  10. Copy this version of SETUP.EXE into your SETUPKIT\KITFILES directory
  11. over your existing copy of SETUP.EXE.
  12.  
  13. Distribution Notes
  14. ------------------
  15. You are free to distribute this version of SETUP.EXE royalty free.
  16.  
  17. Features/Bug Fixes
  18. ------------------
  19. The following are the features and bug fixes that were added to
  20. SETUP.EXE after VB 3.0 was released. This file will be updated with
  21. the latest bug fixes and features any time a new post-release VB 3.0
  22. version of SETUP.EXE becomes available.
  23.  
  24. Version    Bug Fix/Feature              Comments
  25. ---------------------------------------------------------------------
  26. 1.00.002   VER.DLL is truncated to      SETUP.EXE now checks to see
  27.            zero bytes if it is not      if VER.DL_ exists on  your
  28.            found or has an incorrect    distribution disk. If it is
  29.            name on the distribution     not found, the following error
  30.            disk.                        error is displayed and then
  31.                                         SETUP.EXE terminates:
  32.                                         "Error - File not found:
  33.                                         A:\VER.DL_. This file is
  34.                                         required by Setup."
  35.  
  36. 1.00.002   SETUP.EXE does not run       When running SETUP.EXE in
  37.            in Windows version 3.0.      Microsoft Windows version 3.0,
  38.                                         you will receive the error "This
  39.                                         application requires a newer
  40.                                         version of Windows."  This error
  41.                                         causes SETUP.EXE to terminate.
  42.                                         This bug has been fixed so that
  43.                                         SETUP.EXE will run successfully
  44.                                         in Microsoft Windows version  
  45.                                         3.0.
  46.  
  47. 1.00.002   The Visual Basic version     This problem occurs because
  48.            3.0 THREED.VBX does not      the file type of THREED.VBX
  49.            overwrite the Visual Basic   changed from "APP" to "DLL"
  50.            version 2.0 THREED.VBX.      between version 2.0 and 3.0.
  51.                                         SETUP.EXE now ignores file
  52.                                         type differences and will
  53.                                         install any file where the
  54.                                         source and destination names
  55.                                         are the same when the source
  56.                                         file is the same or a newer
  57.                                         version.
  58.  
  59. 1.00.002   This error message:          The error messages are now
  60.            "Could not open or read      "Error - Could not open file:
  61.            file: <filename>" was        <filename>" and "Error - Could
  62.            replaced with two            not read file: <filename>."
  63.            separate error messages.     Both errors cause SETUP.EXE to
  64.                                         terminate.
  65.  
  66. 1.00.002   New error message added:     The new error message replaces:
  67.            "Error - Insufficient        "Error - Could not copy file:
  68.            disk space on drive          <source filename> ->
  69.            <drive letter>:" This        <destination filename>"
  70.            error causes SETUP.EXE       when there is insufficient
  71.            to terminate.                disk space.
  72.  
  73. 1.00.002   Version information was      The version number 1.00.002
  74.            added to SETUP.EXE.          was added to SETUP.EXE.
  75.                                         Previous versions of SETUP.EXE
  76.                                         have no version number.
  77.  
  78. 1.00.003   Running SETUP.EXE            This problem has been fixed so
  79.            version 1.00.002 from a      that you can run SETUP.EXE from
  80.            subdirectory causes          a subdirectory. SETUP.EXE
  81.            "Error - Could not open      provided with Visual Basic
  82.            file: <path name> SETUP.LST  version 3.0 does not have this
  83.                                         problem.
  84.  
  85. 1.00.003  VER.DL_ on distribution       SETUP.EXE now copies VER.DL_
  86.           disk does not copy over       when the file/date time stamp of
  87.           VER.DLL in destination        the destination VER.DLL file is
  88.           directory if the file date/   the same.
  89.           time stamp is the same for
  90.           both files.
  91.  
  92. 1.00.004  A  "Cannot copy file ..."     SETUP.EXE no longer gives an
  93.           error message occurs when     error when the source file has
  94.           attempting to copy a file     an older version number than
  95.           referenced in SETUP.LST that  the destination file.
  96.           has an older version number
  97.           than the same file on the 
  98.           destination drive.  This
  99.           error causes SETUP.EXE to
  100.           terminate.
  101.  
  102. 1.00.004  SETUP.EXE copies over the     SETUP.EXE no longer attempts to
  103.           same or older version of      copy VER.DLL if it is already in
  104.           VER.DLL if it is in use       use.  It assumes that it can use
  105.           by another application such   an older version of VER.DLL if
  106.           as File Manager.  This can    it exists and is in use.
  107.           lead to a General Protection
  108.           Fault (GP fault).
  109.